Uncategorized APIClass ObjectCamera2D ClassOn this pageCamera2D Class Description: A class for creating Camera2D objects. __call Type: Metamethod. Description: Creates a new Camera2D object with the given name. Signature: metamethod __call: function( self: Camera2DClass, name?: string --[[""]] ): Camera2D Parameters: ParameterTypeDescriptionnamestringThe name of the Camera2D object. Defaults to an empty string. Returns: Return TypeDescriptionCamera2DA new instance of the Camera2D object.